You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > CopyFromArray Method > VectorInt.CopyFromArray Method ([In] short[], [In] int, [In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.CopyFromArray Method ([In] short[], [In] int, [In] int, [In] int)

Copies values from a 2 byte signed integer type Src array [SrcIndex]..[SrcIndex+Len-1] to the calling object values [Index]..[Index+len-1].

Syntax
C#
Visual Basic
public TMtxVecInt CopyFromArray([In] short[] Src, [In] int SrcIndex, [In] int Index, [In] int Len);

The size of the calling object is not changed. If the array border are overrun an exception will be raised.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!